home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / HTML & Web Tools (MAC) / HTML_ Page Inspector 0.82 / info.txt next >
Text File  |  2014-12-11  |  4KB  |  66 lines

  1. Subject:  HTML: Page Inspector 0.82
  2. Author:  LakeSoft (Doug@Kagi.com)
  3. Uploaded By:  CJ DaveAx
  4. Date:  11/29/1996
  5.  
  6. File:  PageInspector ─.sit (167047 bytes) 
  7. Estimated Download Time (53797 baud):  < 1 minute
  8. Download Count:  671
  9.  
  10. Equipment:  Any Mac or PPC
  11.  
  12. Keywords:  HTML CHECK INSPECT VERIFY
  13.  
  14. TYPE: Shareware Application, (US$15.00)
  15. LIBRARY: IC/Mac Personal Publishing
  16.  
  17. ------------------------------------------------------
  18. KEYWORDS: HTML CHECK INSPECT VERIFY
  19.  
  20.  
  21. Author's Description:
  22.  
  23. Creating web pages is a very easy task. However it is extremely easy to make errors. 
  24.  
  25. Errors in HTML files not only make your page very hard to read (often HTML tags are displayed along with the main text of the page), but they can also cause formatting errors, such as tables not being drawn, or text being aligned incorrectly. 
  26. For example, what is wrong with the following HTML? 
  27. <HTML>
  28. <HEAD>
  29. <TITLE> My Home Page </TITLE>
  30. </HEAD>
  31. <BODY
  32. The content of this page goes here!
  33. </BODY>
  34. </HTML>
  35. The error may not look like much (once you actually find it), but failing to close the '>' of the <BODY> tag causes the entire page's content to not be shown in the above example. 
  36.  
  37. Another common error is made with links. What many people fail to realise is that on UNIX servers (which is what most www servers are) pathnames are case sensitive. Therefore,  <a href="Link.html"> is not the same as <a href="link.html">. And because this link works perfectly on the Macintosh platform, many people do not realise they are doing anything wrong. 
  38.  
  39. Wouldn't it be nice if there was a program that could detect any problems in your page, and check links, attributes and attribute data? Well, now there is! 
  40.  
  41. Introducing the HTML syntax checker for Macintosh: 
  42. LakeSoft PageInspector  
  43.  
  44. Known bugs in PageInspector 0.82 
  45.  
  46. As this is the initial release of PageInspector, it is not perfect. Most of the bugs listed here should be fixed by version 1.0. 
  47. Limitations of PageInspector 0.82  
  48.  
  49. *One of the main limitations of this release of PageInspector is the limited number of errors that can be fixed by clicking the "Fix" button in the "Errors" window. Version 1.0 should be able to correct many more errors, including broken links. 
  50.  
  51. *When PageInspector comes across a link with a target, eg.  <a href="File.html#middlebit">  it will check to see if "File.html" exists, but it will not check to see that it contains the target "middlebit". 
  52.  
  53. *If, after checking a file, you go into the Finder and move either the open file in PageInspector or files that the open file depends on, PageInspector will not recheck the links. To do this, the file must be re-opened in PageInspector. 
  54.  
  55. *PageInspector does not allow nesting of tables and lists, and it doesn't understand frames. This will change by version 1.0 
  56.  
  57. *One common error in HTML that PageInspector doesn't check is the overlapping of tags. For example <b>Bold<i>Bold Italic</b>Italic</i> is syntactically incorrect. If you open the <i> tag within a <b> tag, you MUST have </i>, and only then have </b>. 
  58.  
  59. NOTE: You may get the error "00004F" This is an unrecognised colour name. This is caused by such things as "<font color="00004F">". This is not a bug in PageInspector - if a colour does not have '#' before it, PageInspector assumes that it is a defined colour name (eg. <font color="red">) Because PageInspector can't find a colour name that matches "00004F", it brings up an error. To correct the error in your HTML file, you need to add '#' before the hex colour code, eg. "<font color="#00004F">". PageInspector will now treat the colour as a hex colour code instead of a colour name. 
  60.  
  61.  
  62. -----------------------------------------------------------
  63. Internet Connection File Libraries.           Keyword: NET SOFTWARE
  64. This file has been checked for viruses.                                     AKB
  65.  
  66.